home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / X11 / xorg.conf < prev    next >
Text File  |  2006-04-12  |  6KB  |  207 lines

  1. Section "ServerLayout"
  2.     Identifier    "X.Org Configured"
  3.     Screen    0    "Screen0" 0 0
  4.     InputDevice    "Keyboard0" "CoreKeyboard"
  5. # PS/2 Mouse not detected
  6. # Serial Mouse not detected
  7. # USB Mouse not detected
  8. #No Synaptics touchpad found
  9. EndSection
  10.  
  11. Section "ServerFlags"
  12.     Option    "AllowMouseOpenFail" "true"
  13.     
  14. EndSection
  15.  
  16. Section "Files"
  17.     FontPath    "/usr/share/fonts/util"
  18.     FontPath    "/usr/share/fonts/encodings"
  19.     FontPath    "/usr/share/fonts/misc"
  20.     FontPath    "/usr/share/fonts/local"
  21.     FontPath    "/usr/share/fonts/terminus"
  22.     FontPath    "/usr/share/fonts/corefonts"
  23.     FontPath    "/usr/local/share/fonts"
  24.     FontPath    "/usr/share/fonts"
  25.     FontPath    "/usr/share/fonts/default"
  26.     FontPath    "/usr/share/fonts/TTF"
  27.     FontPath    "/usr/share/fonts/arphicfonts"
  28.     FontPath    "/usr/share/fonts/jisx0213"
  29.     FontPath    "/usr/share/fonts/shinonome"
  30.     FontPath    "/usr/share/fonts/baekmuk-fonts"
  31.     FontPath    "/usr/share/fonts/kacst-fonts"
  32.     FontPath    "/usr/share/fonts/sgi-fonts"
  33.     FontPath    "/usr/share/fonts/unfonts"
  34.     FontPath    "/usr/share/fonts/default/ghostscript"
  35.     FontPath    "/usr/share/fonts/xfonts-cronyx-100dpi:unscaled"
  36.     FontPath    "/usr/share/fonts/xfonts-cronyx-75dpi:unscaled"
  37.     FontPath    "/usr/share/fonts/xfonts-cronyx-misc:unscaled"
  38.     FontPath    "/usr/share/fonts/xfonts-cronyx-100dpi"
  39.     FontPath    "/usr/share/fonts/xfonts-cronyx-75dpi"
  40.     FontPath    "/usr/share/fonts/xfonts-cronyx-misc"
  41.     FontPath    "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled"
  42.     FontPath    "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled"
  43.     FontPath    "/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled"
  44.     FontPath    "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi"
  45.     FontPath    "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi"
  46.     FontPath    "/usr/share/fonts/xfonts-cronyx-cp1251-misc"
  47.     FontPath    "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled"
  48.     FontPath    "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled"
  49.     FontPath    "/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled"
  50.     FontPath    "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi"
  51.     FontPath    "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi"
  52.     FontPath    "/usr/share/fonts/xfonts-cronyx-isocyr-misc"
  53.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled"
  54.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled"
  55.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled"
  56.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi"
  57.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi"
  58.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8r-misc"
  59.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled"
  60.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled"
  61.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled"
  62.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi"
  63.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi"
  64.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8u-misc"
  65. EndSection
  66.  
  67. Section "Module"
  68.     Load    "ddc"
  69.     Load    "vbe"
  70.     Load    "GLcore"
  71.     Load    "dbe"
  72.     Load    "dri"
  73.     Load    "extmod"
  74.     Load    "glx"
  75.     Load    "bitmap"
  76.     Load    "speedo"
  77.     Load    "type1"
  78.     Load    "freetype"
  79.     Load    "record"
  80. EndSection
  81.  
  82. Section "InputDevice"
  83.     Identifier    "Keyboard0"
  84.     Driver    "kbd"
  85.     Option    "CoreKeyboard"
  86.  
  87.     Option    "XkbModel" "pc105"
  88.     Option    "XkbOptions" "grp:toggle,grp_led:scroll"
  89.     Option    "XkbVariant" ",winkeys"
  90. EndSection
  91.  
  92. Section "InputDevice"
  93.     Identifier    "Serial Mouse"
  94.     Driver    "mouse"
  95.     Option    "Protocol" "Microsoft"
  96.     Option    "Device" "/dev/ttyS0"
  97.     Option    "Emulate3Buttons" "true"
  98.     Option    "Emulate3Timeout" "70"
  99.     Option    "SendCoreEvents"  "true"
  100. EndSection
  101.  
  102. Section "InputDevice"
  103.     Identifier    "PS/2 Mouse"
  104.     Driver    "mouse"
  105.     Option    "Protocol" "IMPS/2"
  106.     Option    "Device" "/dev/misc/psaux"
  107.     Option    "Emulate3Buttons" "true"
  108.     Option    "Emulate3Timeout" "70"
  109.     Option    "SendCoreEvents"  "true"
  110.     Option    "ZAxisMapping" "4 5"
  111. EndSection
  112.  
  113. Section "InputDevice"
  114.     Identifier    "USB Mouse"
  115.     Driver    "mouse"
  116.     Option    "Device" "/dev/input/mice"
  117.     Option    "SendCoreEvents" "true"
  118.     Option    "Protocol" "IMPS/2"
  119.     Option    "ZAxisMapping" "4 5"
  120.     Option    "Buttons" "5"
  121. EndSection
  122.  
  123. Section "InputDevice"
  124.     Identifier    "Synaptics"
  125.     Driver    "synaptics"
  126.     Option    "Protocol" "event"
  127.     Option    "Device" ""
  128.     Option    "LeftEdge" "1900"
  129.     Option    "RightEdge" "5400"
  130.     Option    "TopEdge" "1900"
  131.     Option    "BottomEdge" "4000"
  132.     Option    "FingerLow" "25"
  133.     Option    "FingerHigh" "30"
  134.     Option    "MaxTapTime" "180"
  135.     Option    "MaxTapMove" "220"
  136.     Option    "VertScrollDelta" "100"
  137.     Option    "MinSpeed" "0.02"
  138.     Option    "MaxSpeed" "0.10"
  139.     Option    "AccelFactor" "0.0010"
  140.     Option    "SHMConfig" "on"
  141. EndSection
  142.  
  143. # Auto-generated by mkxf86config
  144.  
  145. Section "Monitor"
  146.     Identifier   "Monitor0"
  147.     HorizSync    28.0 - 96.0
  148.     VertRefresh  50.0 - 75.0
  149. EndSection
  150.  
  151. Section "Device"
  152.     ### Available Driver options are:-
  153.     # sw_cursor is needed for some ati and radeon cards
  154.     #Option     "sw_cursor"
  155.     #Option     "hw_cursor"
  156.     #Option     "NoAccel"
  157.     #Option     "ShowCache"
  158.     #Option     "ShadowFB"
  159.     #Option     "UseFBDev"
  160.     #Option     "Rotate"
  161.     Identifier  "Card0"
  162.     # The following line is auto-generated by x11-misc/mkxf86config
  163.     Driver      "vmware"
  164.     VendorName  "All"
  165.     BoardName   "All"
  166. BusID "PCI:0:15:0"
  167. EndSection
  168.  
  169. Section "Screen"
  170.     Identifier    "Screen0"
  171.     Device    "Card0"
  172.     Monitor    "Monitor0"
  173.     # DefaultColorDepth 24
  174.     SubSection "Display"
  175.         Depth    1
  176.         Modes "1024x768" "800x600" "640x480"
  177.     EndSubSection
  178.     SubSection "Display"
  179.         Depth    4
  180.         Modes "1024x768" "800x600" "640x480"
  181.     EndSubSection
  182.     SubSection "Display"
  183.         Depth    8
  184.         Modes "1024x768" "800x600" "640x480"
  185.     EndSubSection
  186.     SubSection "Display"
  187.         Depth    15
  188.         Modes "1024x768" "800x600" "640x480"
  189.     EndSubSection
  190.     SubSection "Display"
  191.         Depth    16
  192.         Modes "1024x768" "800x600" "640x480"
  193.     EndSubSection
  194.     SubSection "Display"
  195.         Depth    24
  196.         Modes "1024x768" "800x600" "640x480"
  197.     EndSubSection
  198.     SubSection "Display"
  199.         Depth    32
  200.         Modes "1024x768" "800x600" "640x480"
  201.     EndSubSection
  202. EndSection
  203.  
  204. Section "DRI"
  205.     Mode 0666
  206. EndSection
  207.